StudentServiceType 
EntityType  Independent 
Logical Entity Name  StudentServiceType 
Default Table Name  SsStudentServiceAssociation 
Logical Only  NO 
Definition 
 
Note 
 

StudentServiceType Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
StudentId(FK)    INTEGER  NO 
 
ServiceTypeId(FK)    INTEGER  NO 
 
StudentEnrollmentPeriodId    INTEGER  YES 
 
TermId(FK)    INTEGER  YES 
 
Status    BIT  NO 
 
CostOfService    MONEY(19, 4)  YES 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
StudentAccountPendingTransactionId(FK)    INTEGER  YES 
 
ServiceBeginDate    DATETIME  YES 
 
ServiceEndDate    DATETIME  YES 
 

StudentServiceType Keys 
Key Name  Key Type  Keys 
SsStudentServiceAssociation_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
SsStudentServiceAssociation_SyStudentID_N_N_IDX  Inversion Entry  StudentId 
SsStudentServiceAssociation_SsServiceID_N_N_IDX  Inversion Entry  ServiceTypeId 
SsStudentServiceAssociation_SaPendingChargeID_N_N_IDX  Inversion Entry  StudentAccountPendingTransactionId 
SsStudentServiceAssociation_AdTermID_N_N_IDX  Inversion Entry  TermId 
PK_SsStudentServiceAssociation_SsStudentServiceAssociationID  PrimaryKey  Id 

StudentServiceType Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
StudentAccountPendingTransaction  Non-Identifying  Zero or One to Zero or More        StudentAccountPendingTransactionId  NO 
Term  Non-Identifying  Zero or One to Zero or More        TermId  NO 
ServiceType  Non-Identifying  One To Zero or More        ServiceTypeId  NO 
Student  Non-Identifying  One To Zero or More        StudentId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
ServiceType  Non-Identifying  One To Zero or More          NO 
StudentServiceTypeCustomFieldValue  Non-Identifying  One To Zero or More          NO 

StudentServiceType Check Constraints 
Check Constraint Name  CheckConstraint